home *** CD-ROM | disk | FTP | other *** search
- CODE = "TMN812";
- stop();
- fld.onSetFocus = function()
- {
- this.text = "";
- this.onSetFocus = null;
- };
- btn_ok.onRelease = function()
- {
- var _loc1_ = _parent;
- if(fld.text.toUpperCase() == CODE)
- {
- trace("Child Lock unlock code CORRECT");
- _loc1_.connTardisSend.onStatus = function(infoObject)
- {
- _parent.dialogsHide();
- };
- _loc1_.connTardisSend.send("Tardis","childlock_unlock");
- }
- };
- btn_cancel.onRelease = function()
- {
- _parent.dialogsHide();
- };
-